home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / curios.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  268 b   |  18 lines

  1. on enterFrame
  2.   if rollOver(21) then
  3.     go("naveg")
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   set hot to 14
  9.   repeat while hot < 20
  10.     if rollOver(hot) then
  11.       set the visible of sprite 2 to 0
  12.       go("main")
  13.     end if
  14.     set hot to hot + 1
  15.   end repeat
  16.   go("rollin")
  17. end
  18.